projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b75fc28
)
(Input Focus): Capitalize Lisp.
author
Luc Teirlinck
<teirllm@auburn.edu>
Tue, 6 Jul 2004 21:20:26 +0000
(21:20 +0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Tue, 6 Jul 2004 21:20:26 +0000
(21:20 +0000)
lispref/frames.texi
patch
|
blob
|
history
diff --git
a/lispref/frames.texi
b/lispref/frames.texi
index 24540f471f81b01be564ad4f9cb47ef035e9b049..8bf157335cae9fa418906d66f72570b9b5baf9ca 100644
(file)
--- a/
lispref/frames.texi
+++ b/
lispref/frames.texi
@@
-997,7
+997,7
@@
Some window systems and window managers direct keyboard input to the
window object that the mouse is in; others require explicit clicks or
commands to @dfn{shift the focus} to various window objects. Either
way, Emacs automatically keeps track of which frame has the focus. To
-switch to a different frame from a
l
isp function, call
+switch to a different frame from a
L
isp function, call
@code{select-frame-set-input-focus}.
Lisp programs can also switch frames ``temporarily'' by calling the